home *** CD-ROM | disk | FTP | other *** search
- //
- // $Log: makegst.h $
- // Revision 1.1 1994/07/12 23:21:12 hakan
- // Initial revision
- //
- //
-
-
- #define INTUI_V36_NAMES_ONLY
-
-
- // Prototypes
- #include <proto/exec.h>
- #include <proto/dos.h>
- #include <proto/intuition.h>
- #include <proto/icon.h>
- #include <proto/graphics.h>
- #include <proto/diskfont.h>
- #include <proto/gadtools.h>
- #include <proto/utility.h>
- #include <proto/asl.h>
-
- #include <proto/nipc.h>
- #include <proto/envoy.h>
-
- #include <envoy/envoy.h>
-
- #include <proto/muimaster.h>
-
- #include <libraries/iffparse.h>
-
- #include <libraries/mui.h>
-
- #include <exec/memory.h>
-
-
- #define REG(x) register __ ## x
- #define ASM __asm
- #define SAVEDS __saveds
-
-
-
- // Usual and boring stuff
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
- #include <stdarg.h>
-